go/ast.commentListReader.comment (field)

6 uses

	go/ast (current package)
		commentmap.go#L71: 	comment  *CommentGroup  // comment group at current index
		commentmap.go#L81: 		r.comment = r.list[r.index]
		commentmap.go#L82: 		r.pos = r.fset.Position(r.comment.Pos())
		commentmap.go#L83: 		r.end = r.fset.Position(r.comment.End())
		commentmap.go#L169: 			if top := stack.pop(r.comment.Pos()); top != nil {
		commentmap.go#L205: 			cmap.addComment(assoc, r.comment)